const runtime.unwindTrap
8 uses
runtime (current package)
proc.go#L5479: u.initAt(pc, sp, lr, gp, unwindSilentErrors|unwindTrap|unwindJumpStack)
traceback.go#L68: unwindTrap
traceback.go#L486: u.flags |= unwindTrap
traceback.go#L488: u.flags &^= unwindTrap
traceback.go#L581: if u.flags&unwindTrap == 0 && u.frame.pc > u.frame.fn.entry() {
traceback.go#L820: traceback1(pc, sp, lr, gp, unwindTrap)
traceback.go#L844: flags &^= unwindTrap
traceback.go#L851: flags &^= unwindTrap
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |